Namespace - LJCWinFormCommon
Parameters
control - The Control reference.
x - The Control point X value.
y - The Control point Y value.
Returns
The Screen point.
Syntax
C# |
public static Point GetScreenPoint(Control control, Int32 x, Int32 y)
|
Converts the Control point to Screen point.
Copyright © Lester J. Clark and Contributors.
Licensed under the MIT License.